The default formatter for a list of Joins.
String defaultJoinFormatter(List<Join> joins) => joins.map(joinToSql).join();