app/internal/gl: gofmt -w -s

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-12-12 00:26:19 +01:00
parent 4a628d1c2c
commit 9114dbe759
+1 -1
View File
@@ -5,9 +5,9 @@
package gl package gl
import ( import (
"unsafe"
"runtime" "runtime"
"strings" "strings"
"unsafe"
) )
/* /*