Skip to content

Commit

Permalink
Run gofmt to ensure the code is formatted appropriately
Browse files Browse the repository at this point in the history
Command used:
	`make gofmt`

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
  • Loading branch information
swatisehgal committed Oct 21, 2021
1 parent bf8a1a2 commit a7478ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/cpu/cstate_stub.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !amd64
// +build !amd64

/*
Expand Down
1 change: 1 addition & 0 deletions source/cpu/power_stub.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !amd64
// +build !amd64

/*
Expand Down
1 change: 1 addition & 0 deletions source/cpu/pstate_stub.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !amd64
// +build !amd64

/*
Expand Down
1 change: 1 addition & 0 deletions source/cpu/rdt_amd64.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build amd64
// +build amd64

/*
Expand Down
1 change: 1 addition & 0 deletions source/cpu/rdt_stub.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !amd64
// +build !amd64

/*
Expand Down

0 comments on commit a7478ff

Please sign in to comment.