Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 66d842b

Browse files
committed
Reformatted code a bit
1 parent ebf3bd6 commit 66d842b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphiql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphiql/boot/GraphiQLController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
public class GraphiQLController {
3333

3434
private static final String CDNJS_CLOUDFLARE_COM_AJAX_LIBS_GRAPHIQL = "//cdnjs.cloudflare.com/ajax/libs/graphiql/";
35+
3536
@Value("${graphiql.endpoint:/graphql}")
3637
private String graphqlEndpoint;
3738

0 commit comments

Comments
 (0)