Skip to content

Commit d029dd2

Browse files
committed
Fix spotless formatting for resolveProfile signature
Co-authored-by: Isaac
1 parent c417dc7 commit d029dd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/ConfigLoader.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ static void loadFromConfig(DatabricksConfig cfg) throws IllegalAccessException {
135135
* @return a two-element array: [profileName, "true"/"false" for isFallback]
136136
* @throws DatabricksException if the resolved profile is the reserved __settings__ section
137137
*/
138-
static String[] resolveProfile(
139-
String requestedProfile, INIConfiguration ini, String configFile) {
138+
static String[] resolveProfile(String requestedProfile, INIConfiguration ini, String configFile) {
140139
if (!isNullOrEmpty(requestedProfile)) {
141140
if (SETTINGS_SECTION.equals(requestedProfile)) {
142141
throw new DatabricksException(

0 commit comments

Comments
 (0)