Fix fomatting

pull/567/head
Aleksandr Shmaraiev 2023-09-19 12:26:23 +03:00
parent ca0086ce9d
commit 35237283ed
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}