Skip to content

Commit

Permalink
fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Mar 14, 2024
1 parent 71babb3 commit 6dc56fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kbaseauthcontroller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ func installTemplates(classPath string, templateDir string) error {
if err != nil {
return err
}
files, err := os.ReadDir(tpath)
if err != nil {
files, err := os.ReadDir(tpath)

Check failure on line 160 in test/kbaseauthcontroller/controller.go

View workflow job for this annotation

GitHub Actions / workspace_deluxe_tests (1.12, mongodb-linux-x86_64-3.6.12, 2019-05-23T00-29-34Z, false)

undefined: os.ReadDir

Check failure on line 160 in test/kbaseauthcontroller/controller.go

View workflow job for this annotation

GitHub Actions / workspace_deluxe_tests (1.12, mongodb-linux-x86_64-ubuntu2204-7.0.4, 2019-05-23T00-29-34Z, true)

undefined: os.ReadDir
if err != nil {
return err
}
for _, f := range files {
Expand Down

0 comments on commit 6dc56fc

Please sign in to comment.