Merge "ktlintformat for ktlint 0.39.0" into androidx-master-dev
diff --git a/room/compiler-processing/src/main/java/androidx/room/compiler/processing/javac/JavacMethodType.kt b/room/compiler-processing/src/main/java/androidx/room/compiler/processing/javac/JavacMethodType.kt
index 70e0efd..cb42583 100644
--- a/room/compiler-processing/src/main/java/androidx/room/compiler/processing/javac/JavacMethodType.kt
+++ b/room/compiler-processing/src/main/java/androidx/room/compiler/processing/javac/JavacMethodType.kt
@@ -89,7 +89,8 @@
         env = env,
         element = element,
         executableType = executableType
-    ), XSuspendMethodType {
+    ),
+        XSuspendMethodType {
         override fun getSuspendFunctionReturnType(): XType {
             // the continuation parameter is always the last parameter of a suspend function and it
             // only has one type parameter, e.g Continuation<? super T>