Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Wiersma <[email protected]>
  • Loading branch information
redaLaanait and nrwiersma authored Jan 10, 2024
1 parent 1dc0276 commit 85f8d7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ func isNative(typ Type) bool {
case Null, Boolean, Int, Long, Float, Double, Bytes, String:
return true
default:
return false

Check failure on line 83 in schema.go

View workflow job for this annotation

GitHub Actions / test (1.21)

File is not `gci`-ed with --skip-generated -s standard -s default (gci)
}

return false
}

func isPromotable(typ Type) bool {
Expand Down

0 comments on commit 85f8d7c

Please sign in to comment.