incremental
diff --git a/include/token_authorization_middleware.hpp b/include/token_authorization_middleware.hpp
index 58766b9..0f6e667 100644
--- a/include/token_authorization_middleware.hpp
+++ b/include/token_authorization_middleware.hpp
@@ -5,9 +5,7 @@
 
 namespace crow {
 
-struct User {
-
-};
+struct User {};
 
 struct TokenAuthorizationMiddleware {
   // TODO(ed) auth_token shouldn't really be passed to the context
@@ -23,7 +21,7 @@
 
   void after_handle(request& req, response& res, context& ctx);
 
-  private:
-    std::string auth_token2;
+ private:
+  std::string auth_token2;
 };
 }
\ No newline at end of file