Skip to content

Commit

Permalink
settings.gradle module add new line at the end of file. (Default grad…
Browse files Browse the repository at this point in the history
…le setting consistency)
  • Loading branch information
prophecy committed Jan 13, 2018
1 parent 7155762 commit 826ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wPackage/wPackage/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ void executeCommand(Value& commandCollection, Value& platformConf, string packag

if (gradleFile.is_open()) {

gradleFile << outStr;
gradleFile << outStr << endl;
gradleFile.close();
}
}
Expand Down

0 comments on commit 826ada3

Please sign in to comment.