cargo fmt
diff --git a/core/platform/src/async_traits.rs b/core/platform/src/async_traits.rs
index 969a804..309c83c 100644
--- a/core/platform/src/async_traits.rs
+++ b/core/platform/src/async_traits.rs
@@ -83,7 +83,7 @@
 
 impl<L: Locator, AsyncResponse> FreeCallback<AsyncResponse> for L
 where
-    L::Target: MethodCallback<AsyncResponse>
+    L::Target: MethodCallback<AsyncResponse>,
 {
     fn call(context: CallbackContext, response: AsyncResponse) {
         L::locate().call(context, response);