mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-14 14:17:37 +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) {
|
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"},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user