remove whitespace from the end of the last newline and improve newlines for switches
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
function test() {
|
||||
|
||||
/*
|
||||
* this is comment
|
||||
*/
|
||||
|
||||
@@ -20,8 +20,10 @@
|
||||
switch (_ret) {
|
||||
case "continue":
|
||||
continue;
|
||||
|
||||
case "break":
|
||||
break;
|
||||
|
||||
default:
|
||||
if (typeof _ret === "object") return _ret.v;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user