Skip to content

Commit bd06a22

Browse files
jjuliamolinfacebook-github-bot
authored andcommitted
fix OSS build
Differential Revision: D89048118
1 parent cfd71b5 commit bd06a22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

glean/util/Glean/Impl/MemoryReader.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ module Glean.Impl.MemoryReader
1212

1313
-- template for open source build
1414
-- not implemented yet
15-
totalMemCapacity :: Maybe Int
16-
totalMemCapacity = Nothing
15+
totalMemCapacity :: IO (Maybe Int)
16+
totalMemCapacity = return Nothing

0 commit comments

Comments
 (0)