Skip to content

Commit 36b01c9

Browse files
committed
Fix missing trailing newline in .ghaignore
POSIX text files should end with a newline. The missing newline could cause issues with tools that concatenate or process the file line by line (e.g. the grep/tr pipeline in the CI workflows).
1 parent 8597315 commit 36b01c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/.ghaignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ tokens/escrow/steel
6464
tokens/pda-mint-authority/steel
6565
tokens/spl-token-minter/steel
6666
tokens/token-swap/steel
67-
tokens/transfer-tokens/steel
67+
tokens/transfer-tokens/steel

0 commit comments

Comments
 (0)