Skip to content

Commit

Permalink
Restyled by gofmt (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
restyled-io[bot] and restyled-commits committed Jul 9, 2022
1 parent 9f9eab9 commit 4a1bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sampling/sampling.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func Sample(ops *options.Options) snapshot.Snapshot {

snapshot := snapshot.Snapshot{
Timestamp: time.Now(),
Network: sampleNetwork(),
Network: sampleNetwork(),
Processes: []snapshot.Process{},
}

Expand Down

0 comments on commit 4a1bf54

Please sign in to comment.