style: convert Cthulu and Lovecraft class methods to single-line expression bodies
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
class Cthulu {
|
||||
message {
|
||||
return "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"
|
||||
}
|
||||
message { "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user