chore: make source files non-executable (#1577)

```bash
find . -type f -not -path './.git/*' -not -name '*.bash' -exec chmod 644 {} +
```

fixes #1576
This commit is contained in:
Orhun Parmaksız
2024-12-17 17:33:06 +03:00
committed by GitHub
parent a6a1368250
commit 9a541981b8
2 changed files with 0 additions and 0 deletions

0
ratatui-core/src/text/line.rs Executable file → Normal file
View File

0
ratatui-core/src/text/text.rs Executable file → Normal file
View File