Skip to content

Commit

Permalink
entgql: fixed go-fmt (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Nov 11, 2023
1 parent 0e1d9a2 commit 6ed0397
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ linters:
- dupl
- errcheck
- gocritic
# - gofmt; disabled because it conflicts with goheader
- gofmt
- goheader
- gosec
- gosimple
Expand Down
1 change: 1 addition & 0 deletions entgql/internal/todo/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package main

import (
Expand Down
1 change: 1 addition & 0 deletions entgql/internal/todofed/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package main

import (
Expand Down
1 change: 1 addition & 0 deletions entgql/internal/todopulid/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package main

import (
Expand Down
1 change: 1 addition & 0 deletions entgql/internal/todouuid/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package main

import (
Expand Down

0 comments on commit 6ed0397

Please sign in to comment.