aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/ucd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ucd.go b/compiler/ucd.go
index 8c01595..506f03a 100644
--- a/compiler/ucd.go
+++ b/compiler/ucd.go
@@ -1,5 +1,5 @@
//go:generate go run ../cmd/generator/main.go
-//go:generate gofmt -w ucd_table.go
+//go:generate go fmt ucd_table.go
package compiler