mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-14 06:07:36 +08:00
style: run gofmt on image_test.go
This commit is contained in:
parent
d264648916
commit
8e613c5e70
@ -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"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user