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) { func TestCalculateAlign(t *testing.T) {
tests := []struct { tests := []struct {
name string name string
configuredAlign string configuredAlign string
width string width string
expectedAlign string expectedAlign string
}{ }{
{"No alignment configured", "", "1000", ""}, {"No alignment configured", "", "1000", ""},
{"Center alignment small", "center", "500", "center"}, {"Center alignment small", "center", "500", "center"},