Skip to content

Commit

Permalink
⚠️ fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed May 8, 2024
1 parent 2f32fbd commit d38ae85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"fmt"
"github.com/cloudfoundry/bosh-cli/v7/cmd/completion"
"os"
"os/signal"
"runtime/debug"
"syscall"

"github.com/cloudfoundry/bosh-cli/v7/cmd/completion"

bosherr "github.com/cloudfoundry/bosh-utils/errors"
boshlog "github.com/cloudfoundry/bosh-utils/logger"
boshlogfile "github.com/cloudfoundry/bosh-utils/logger/file"
Expand Down

0 comments on commit d38ae85

Please sign in to comment.