Ratpack fix formatting and non-ascii characters

This commit is contained in:
Jonathan Leitschuh
2021-05-11 10:58:33 -04:00
parent a3b1736a73
commit cdfdcc66bd
21 changed files with 27 additions and 26 deletions

View File

@@ -98,4 +98,4 @@ public interface MultiValueMap<K, V> extends Map<K, V> {
ListMultimap<K, V> asMultimap();
}
}