Skip to content

Commit 728c650

Browse files
committed
New line at the end of file
1 parent 7c3a8f5 commit 728c650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-client/test/Kubernetes/Client/Auth/BasicSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ spec = do
5252
(_, (KubernetesClientConfig { configAuthMethods = AnyAuthMethod (a) : as })) <-
5353
fromJust $ basicAuth basicAuthInfo (testTLSParams, testConfig)
5454
null as `shouldBe` True
55-
isJust (cast a :: Maybe BasicAuth) `shouldBe` True
55+
isJust (cast a :: Maybe BasicAuth) `shouldBe` True

0 commit comments

Comments
 (0)