remove trailing whitespace

pull/198/head
andrew shan 3 years ago committed by GitHub
parent 036d5ef853
commit 60402631c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,5 +45,5 @@ public class GatewayController {
String resp = routerService.restByUser(userId); String resp = routerService.restByUser(userId);
return appName + " -> " + resp; return appName + " -> " + resp;
} }
} }

Loading…
Cancel
Save