Commit d799d57
authored
Remove accidentally committed file with invalid space-only filename (#375)
An empty file with a single-space filename (' ') was accidentally
committed in PR #208. This is an invalid path on Windows/NTFS,
causing git checkout, git stash, and other operations to fail with:
error: invalid path ' '
This removes the empty file to fix Windows compatibility.1 parent 07f56d2 commit d799d57
1 file changed
Whitespace-only changes.
0 commit comments