rakyll / statik

Embed files into a Go executable
Apache License 2.0
3.75k stars 225 forks source link

wrong indentation is not gofmt ok #106

Open jonaz opened 4 years ago

jonaz commented 4 years ago

Seems to be caused by 46bd79c4540341fe472fe71dd2ce0ccd4e635450

There are additional tabs before the last } and fs.Register(data)

FYI @jcchavezs

jcchavezs commented 4 years ago

would you be up to fix it with a PR?

José Carlos Chávez

tor. 27. feb. 2020 kl. 09:55 skrev Jonas Falck notifications@github.com:

Seems to be caused by 46bd79c https://github.com/rakyll/statik/commit/46bd79c4540341fe472fe71dd2ce0ccd4e635450

There are additional tabs before the last } and fs.Register(data)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rakyll/statik/issues/106?email_source=notifications&email_token=AAXOYARDFMA45RA3WIWWJL3RE55YBA5CNFSM4K4WSRC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQWZCKA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXOYASOSKVEKG2DRCOKDKLRE55YBANCNFSM4K4WSRCQ .

jonaz commented 4 years ago

Yeah sure @jcchavezs

https://github.com/rakyll/statik/pull/107