diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-15 23:20:56 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-16 12:04:19 +0100 |
commit | ed69b215018fb34d70ed8e11166ce970ff6bfe74 (patch) | |
tree | 75649a7a795837617b143f24429f43e419edfafa /testsuite/tests/warnings | |
parent | 3c39bec12e1abfae911a451d3dfb0039b943819d (diff) | |
download | haskell-ed69b215018fb34d70ed8e11166ce970ff6bfe74.tar.gz |
Add missing newlines at end of file [skip ci]
Diffstat (limited to 'testsuite/tests/warnings')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T9178.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/warnings/should_compile/T9178.hs b/testsuite/tests/warnings/should_compile/T9178.hs index 9171381e35..440069f622 100644 --- a/testsuite/tests/warnings/should_compile/T9178.hs +++ b/testsuite/tests/warnings/should_compile/T9178.hs @@ -6,4 +6,4 @@ import T9178DataType instance Show T9178_Type where - show _ = undefined
\ No newline at end of file + show _ = undefined |