Skip to content

Commit

Permalink
Add missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
aryy-suffolk committed Dec 19, 2024
1 parent d905e08 commit 1cba67b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public boolean updateAll(String baseUrl, FilingReviewMDEPort filingPort, CodeDat

// No longer checking for false here -- see PR.
// Will ignore tables that don't exist.
cd.deleteFromTable(table, courtLocation)
cd.deleteFromTable(table, courtLocation);

updates = updates.plus(Duration.between(deleteFromTable, Instant.now(Clock.systemUTC())));
}
Expand Down

0 comments on commit 1cba67b

Please sign in to comment.