Skip to content

Commit 10d2c76

Browse files
Merge pull request #183 from DiogoRibeiro7/codex/adicionar-nova-linha-em-src/testtodo.ts
Fix POSIX newline for testTodo
2 parents 5081103 + 253bc6e commit 10d2c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testTodo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// TODO: Refactor this logic to improve performance
33
export function testLogic() {
44
return Math.random();
5-
}
5+
}

0 commit comments

Comments
 (0)