Skip to content

Commit 5eec152

Browse files
authored
Merge pull request #37 from xuwei-k/Unit-is-not-Unit
Unit is not Unit
2 parents bbe3f68 + f769f29 commit 5eec152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/gitbucket/gist/controller/GistController.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ trait GistControllerBase extends ControllerBase {
254254
.setOutputStream(response.getOutputStream)
255255
.call()
256256

257-
Unit
257+
()
258258
}
259259
}
260260

0 commit comments

Comments
 (0)