Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Mar 8, 2011
1 parent e096b3d commit 44c1bbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/monic_file_writer_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ all_test_() ->
{foreach,
fun setup/0,
fun cleanup/1,
[
fun write/1,
[fun write/1,
fun overflow/1
]
}.
]}.

setup() ->
file:delete("foo.monic"),
Expand Down

0 comments on commit 44c1bbd

Please sign in to comment.