Reformat code
This commit is contained in:
@@ -54,7 +54,7 @@ public class BootRunTask extends JavaExec {
|
||||
|
||||
@Override
|
||||
public void exec() {
|
||||
if(System.console() != null) {
|
||||
if (System.console() != null) {
|
||||
// Record that the console is available here for AnsiOutput to detect later
|
||||
this.getEnvironment().put("spring.output.ansi.console-available", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user