Skip to content

Commit c62871e

Browse files
jjbustamanteclaude
andcommitted
Fix formatting: remove trailing whitespace
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ffd0641 commit c62871e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/client/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ func getFileFilter(descriptor projectTypes.Descriptor) (func(string) bool, error
917917
if includes.MatchesPath(fileName + "/") {
918918
return true
919919
}
920-
920+
921921
// For directories, check if any included file is within this directory
922922
// This allows parent directories to be traversed to reach included files
923923
// For example, if "media/mountain.jpg" is included, "media" directory should also be included
@@ -939,7 +939,7 @@ func getFileFilter(descriptor projectTypes.Descriptor) (func(string) bool, error
939939
}
940940
}
941941
}
942-
942+
943943
return false
944944
}, nil
945945
}

0 commit comments

Comments
 (0)