Fix fomatting
parent
ca0086ce9d
commit
35237283ed
|
|
@ -122,7 +122,8 @@ public class AuthorizingFileContentProvider<T extends RemoteFactoryUrl>
|
|||
throw exception;
|
||||
}
|
||||
}
|
||||
throw new DevfileException("Could not reach devfile at " + " `" + exception.getMessage() + "`", exception);
|
||||
throw new DevfileException(
|
||||
"Could not reach devfile at " + "`" + exception.getMessage() + "`", exception);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue