mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-14 07:32:16 +00:00
Merge pull request #7 from Fluffy-Bean/deepsource-transform-ff02d653
style: format code with Gofumpt
This commit is contained in:
commit
106ac0c797
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
raylib "github.com/gen2brain/raylib-go/raylib"
|
|
||||||
"math"
|
"math"
|
||||||
|
|
||||||
|
raylib "github.com/gen2brain/raylib-go/raylib"
|
||||||
)
|
)
|
||||||
|
|
||||||
type rectangleTool struct {
|
type rectangleTool struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue