Removed unnecessary new line

This commit is contained in:
Abdelilah El Aissaoui 2021-10-10 03:01:20 +02:00
parent 4b4644bc73
commit 5113ca9a71

View File

@ -27,7 +27,7 @@ class StashManager @Inject constructor() {
git git
.stashApply() .stashApply()
.call() .call()
git.stashDrop() git.stashDrop()
.call() .call()