Skip to content

Commit f44858c

Browse files
committed
More checkstyle fixes
Signed-off-by: Thomas Mäder <[email protected]>
1 parent ce659ae commit f44858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler/InitializeRequestHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public CompletableFuture<Messages.Response> handle(Requests.Command command, Req
8686
"Suspend VM",
8787
"Suspends the entire virtual machine when breakpoint is hit",
8888
new Types.BreakpointModeApplicability[] {
89-
Types.BreakpointModeApplicability.SOURCE
89+
Types.BreakpointModeApplicability.SOURCE
9090
}
9191
)
9292
};

0 commit comments

Comments
 (0)