1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00

Remove module name

This commit is contained in:
joshvera 2016-10-21 18:36:32 -04:00
parent 03a71b20a5
commit 0cf9f823a4

View File

@ -83,7 +83,6 @@ styleName category = "category-" <> case category of
C.Module -> "module_statement"
C.Import -> "import_statement"
C.Export -> "export_statement"
C.ModuleName -> "module_name"
-- | Pick the class name for a split patch.
splitPatchToClassName :: SplitPatch a -> AttributeValue