Skip to content

Commit

Permalink
Fix: run lint and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovc21 committed Oct 13, 2024
1 parent f6ec210 commit c02323a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
- Add a strength table
| Version | Release Date | CCRL Blitz | CCRL 40/15 |
|---------|--------------|------------|------------|
| | | N/A | |
| | | N/A | |
| | | N/A | |
| | | | |
| | | | |
| | | | |

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub fn main() !void {
std.debug.print("Hello NeroSpeed.\n", .{});
}

test "example_test"{
test "example_test" {
std.debug.print("Running example_test\n", .{});
try std.testing.expect(true);
}

0 comments on commit c02323a

Please sign in to comment.