mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Re-run gofmt -s after modifications
This commit is contained in:
parent
e91d0cb63c
commit
d80fef3ef9
11 changed files with 30 additions and 30 deletions
|
@ -119,7 +119,7 @@ func New() (*Session, error) {
|
|||
}
|
||||
|
||||
if *s.Options.CpuProfile != "" {
|
||||
f, err := os.Create(*s.Options.CpuProfile);
|
||||
f, err := os.Create(*s.Options.CpuProfile)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue