Skip to content

Commit

Permalink
Restyled by gofmt (#108)
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 31, 2022
1 parent 599038d commit d814fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/print/print_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func createSnapshot(timestamp time.Time, processes []snapshot.Process,

func getTestSnapshotNetwork() snapshot.Network {
return snapshot.Network{
NetworkStat: snapshot.NetworkStat {
NetworkStat: snapshot.NetworkStat{
TCP4Stat: snapshot.TCPStat{
ConnectionCount: 1,
ConnectionCountByState: map[string]int{
Expand Down

0 comments on commit d814fb0

Please sign in to comment.