1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00

Add Constructor to Split.styleName

This commit is contained in:
joshvera 2016-07-30 14:26:59 -04:00
parent b68a2d8bff
commit b2c66eb5ce

View File

@ -65,6 +65,7 @@ styleName category = "category-" <> case category of
C.While -> "while"
C.DoWhile -> "do_while"
C.Return -> "return_statement"
C.Constructor -> "constructor"
Other string -> string
-- | Pick the class name for a split patch.