Removes extra tab

This commit is contained in:
Spencer Gibb
2018-04-23 22:26:48 -04:00
parent d894d31805
commit 18fdb1e5d7

View File

@@ -58,7 +58,7 @@ public class CachingRouteLocator implements RouteLocator {
}
@EventListener(RefreshRoutesEvent.class)
/* for testing */ void handleRefresh() {
/* for testing */ void handleRefresh() {
refresh();
}
}