Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tronto20 committed Sep 13, 2024
1 parent dd927e4 commit 0f9f1be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static CloudStorageConfiguration getUserSpecifiedDefault() {
return userSpecifiedDefault;
}


/** Returns path of current working directory. This defaults to the root directory. */
public abstract String workingDirectory();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ public static void setDefaultCloudStorageConfiguration(
* @see CloudStorageFileSystem#forBucket(String)
*/
public CloudStorageFileSystemProvider() {
this(
CloudStorageConfiguration.getUserSpecifiedDefault().userProject(),
futureStorageOptions);
this(CloudStorageConfiguration.getUserSpecifiedDefault().userProject(), futureStorageOptions);
}

/**
Expand Down

0 comments on commit 0f9f1be

Please sign in to comment.