Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrdoherty committed Oct 26, 2023
1 parent 7087879 commit 1db56de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void main(String[] args) throws Exception {
uniqueTableComboMap.get(joinedString).getSecond().add(queryName);
}

System.out.println("\nProcessed " + numSqlQueries + " SQL queries in model for " + projectId + "\n)");
System.out.println("\nProcessed " + numSqlQueries + " SQL queries in model for " + projectId + "\n");
}

// dump out the map from queryName -> tableName[]
Expand Down

0 comments on commit 1db56de

Please sign in to comment.