Skip to content

Commit

Permalink
refactor: Empty new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Apr 23, 2024
1 parent 32afee0 commit ccf3304
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,4 +441,3 @@ class A {
);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ public void formatDate() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ boolean booleanExpression() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ void method(Set<Integer> set) {
}
"""));
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1363,4 +1363,4 @@ public Set<String> makeASet() {
}


}
}
Original file line number Diff line number Diff line change
Expand Up @@ -961,4 +961,3 @@ String test(String s) {
);
}
}

0 comments on commit ccf3304

Please sign in to comment.