Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 19, 2023
1 parent 0edd0b0 commit 1a29600
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@ public abstract class SQLQueries {
*/
@Parameter("change_id")
protected static final String ERROR_PENDING =
"UPDATE pending_changes SET is_error=1 WHERE change_id = :change_id";
"UPDATE pending_changes SET is_error=1 "
+ "WHERE change_id = :change_id";

/**
* Get descriptions of how to move from a board to its neighbours.
Expand Down

0 comments on commit 1a29600

Please sign in to comment.