Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CAFxX committed Jul 17, 2023
1 parent 7015677 commit c8ba3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions atomic128_amd64.go
@@ -1,3 +1,4 @@
//go:build amd64 && !gccgo && !appengine
// +build amd64,!gccgo,!appengine

package atomic128
Expand Down
1 change: 1 addition & 0 deletions atomic128_stubsamd64.go
@@ -1,3 +1,4 @@
//go:build !amd64 || gccgo || appengine
// +build !amd64 gccgo appengine

package atomic128
Expand Down

0 comments on commit c8ba3a1

Please sign in to comment.