From ceb8132a13b56a59bf3ca87d1daadfd9ea2f1b9d Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Thu, 24 Oct 2019 09:47:48 -0400 Subject: [PATCH] broke long line --- test/TypesSpec.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/TypesSpec.hs b/test/TypesSpec.hs index f9fe798..f07069f 100644 --- a/test/TypesSpec.hs +++ b/test/TypesSpec.hs @@ -96,7 +96,8 @@ gameStateLSpec = describe "gameStateL" $ lensSpec gameStateL where gs t = newGameState & gameType ?~ t createPlayerStateLSpec :: Spec -createPlayerStateLSpec = describe "createPlayerStateL" $ lensSpec createPlayerStateL +createPlayerStateLSpec = describe "createPlayerStateL" $ + lensSpec createPlayerStateL -- getters [ ( "missing state", MainMenu, newCreatePlayerState ) , ( "with state", CreatePlayer cps1, cps1 )