Skip to content

Commit

Permalink
Add blank lines after end curly brace and the following code
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed May 7, 2024
1 parent 19e60e4 commit d768556
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public List<User> getUsers() {
users.add(user);
}
}

return users;
}
} catch (SQLException e) {
Expand Down

0 comments on commit d768556

Please sign in to comment.