Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kislaykishore committed Dec 12, 2024
1 parent a21eab7 commit 95818a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/integration_tests/mounting/gcsfuse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ import (
"os/exec"
"path"
"path/filepath"
"strings"
"syscall"
"testing"
"time"

"github.com/googlecloudplatform/gcsfuse/v2/internal/canned"
"github.com/googlecloudplatform/gcsfuse/v2/internal/logger"
"github.com/googlecloudplatform/gcsfuse/v2/tools/util"
"github.com/jacobsa/fuse/fusetesting"
. "github.com/jacobsa/oglematchers"
Expand Down Expand Up @@ -564,7 +562,7 @@ const TEST_RELATIVE_FILE_NAME = "test.txt"
const TEST_HOME_RELATIVE_FILE_NAME = "test_home.json"

func createTestFilesForRelativePathTesting() (
curDirTestFile string, homeDirTestFile string) {
curDirTestFile string, homeDirTestFile string) {

curWorkingDir, err := os.Getwd()
AssertEq(nil, err)
Expand Down

0 comments on commit 95818a6

Please sign in to comment.