mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Add Constructor to Split.styleName
This commit is contained in:
parent
b68a2d8bff
commit
b2c66eb5ce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user