Skip to content

Commit f33f1e0

Browse files
Copilotsoulomoon
andcommitted
Fix trailing whitespace in test helpers
Co-authored-by: soulomoon <[email protected]>
1 parent 0f4dd67 commit f33f1e0

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-refactor-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-refactor-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4029,7 +4029,7 @@ testSessionWithExtraFiles :: HasCallStack => FilePath -> TestName -> (FilePath -
40294029
testSessionWithExtraFiles prefix name = testCase name . runWithExtraFiles prefix
40304030

40314031
runWithExtraFiles :: HasCallStack => FilePath -> (FilePath -> Session a) -> IO a
4032-
runWithExtraFiles prefix s =
4032+
runWithExtraFiles prefix s =
40334033
runSessionWithTestConfig def
40344034
{ testDirLocation = Right $ mkVirtualFileTreeWithPrefix prefix
40354035
, testPluginDescriptor = refactorPlugin

0 commit comments

Comments
 (0)