GUACAMOLE-566: Remove another extra set of spaces.

This commit is contained in:
Nick Couchman
2018-05-29 22:14:55 -04:00
parent a3faf6a2ee
commit 383a71723a

View File

@@ -83,7 +83,7 @@ public class RESTServiceModule extends ServletModule {
bind(AuthenticationService.class);
bind(AuthTokenGenerator.class).to(SecureRandomAuthTokenGenerator.class);
bind(DecorationService.class);
// Automatically translate GuacamoleExceptions for REST methods
bind(RESTExceptionMapper.class);