Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp committed Jun 22, 2018
1 parent 0c8b3f6 commit ce75fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ private void copyGeneratedGoCode(
for (BuildTargetSourcePath sourcePath : generatedPackages.keySet()) {
Path desiredPath = vendorPath.resolve(generatedPackages.get(sourcePath));
fs.mkdirs(desiredPath);
for (Path f :fs.getDirectoryContents(desiredPath)) {
for (Path f : fs.getDirectoryContents(desiredPath)) {
if (fs.isFile(f)) {
fs.deleteFileAtPath(f);
}
Expand Down

0 comments on commit ce75fcd

Please sign in to comment.