style: run gofmt on image_test.go

This commit is contained in:
Johan Fagerberg 2026-03-10 14:43:58 +01:00 committed by Manuel Rüger
parent d264648916
commit 8e613c5e70

View File

@ -4,10 +4,10 @@ import "testing"
func TestCalculateAlign(t *testing.T) {
tests := []struct {
name string
configuredAlign string
width string
expectedAlign string
name string
configuredAlign string
width string
expectedAlign string
}{
{"No alignment configured", "", "1000", ""},
{"Center alignment small", "center", "500", "center"},