1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-07-17 01:22:22 +02:00

Ensure a newline exists at the end of files.

Fixes #42.
This commit is contained in:
Alec Thomas
2017-09-29 21:59:52 +10:00
parent 528bed2b60
commit 573c1d157d
13 changed files with 34 additions and 27 deletions

View File

@ -3,7 +3,7 @@ package chroma
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/alecthomas/assert"
)
func TestStyleInherit(t *testing.T) {