go vet
diff --git a/formatter_test.go b/formatter_test.go
index c8eb073..223ae73 100644
--- a/formatter_test.go
+++ b/formatter_test.go
@@ -27,7 +27,7 @@
 
 type F int
 
-func (f F) Format(s fmt.State, c int) {
+func (f F) Format(s fmt.State, c rune) {
 	fmt.Fprintf(s, "F(%d)", int(f))
 }