mirror of
https://github.com/facebook/duckling.git
synced 2024-11-29 01:03:44 +03:00
Clean redudant parentheses to test landcastle
Summary: Clean redudant parentheses to test landcastle opt-out-review Differential Revision: D4703203 verified-sandcastle fbshipit-source-id: def175d
This commit is contained in:
parent
003604dce7
commit
3001604548
@ -94,7 +94,7 @@ regenClassifiers lang = do
|
||||
m = Module () (Just header) pragmas imports decls
|
||||
|
||||
-- Declares the top level options pragma
|
||||
pragmas = [ (LanguagePragma () [Ident () "OverloadedStrings"]) ]
|
||||
pragmas = [ LanguagePragma () [Ident () "OverloadedStrings"] ]
|
||||
|
||||
-- Declares the header for the module
|
||||
-- "module Duckling.Ranking.Classifiers (classifiers) where"
|
||||
|
Loading…
Reference in New Issue
Block a user