Skip to content

Commit 052b0d2

Browse files
committed
Fix weird bracket placement
1 parent c6ee579 commit 052b0d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SolderClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ public function getModpack($modpack)
127127
throw new ResourceException('Got an unexpected response from Solder', 500);
128128
}
129129

130-
return new Modpack($response); }
130+
return new Modpack($response);
131+
}
131132

132133
public function getBuild($modpack, $build)
133134
{

0 commit comments

Comments
 (0)