Skip to content

Commit

Permalink
add newline eof
Browse files Browse the repository at this point in the history
  • Loading branch information
dedl0x committed Jul 14, 2024
1 parent d1cefae commit d41ea73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/src/definitions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export {
SyncedParticleDefinition,
Throwables, ThrowableDefinition,
Skins
}
}

Check failure on line 40 in common/src/definitions/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Missing semicolon
2 changes: 1 addition & 1 deletion common/src/packets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export {
SpectatePacketData, SpectatePacket,
UpdatePacket, UpdatePacketDataIn, UpdatePacketDataCommon, PlayerData,

Check failure on line 31 in common/src/packets/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected trailing comma

Check failure on line 32 in common/src/packets/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Trailing spaces not allowed
}
}

Check failure on line 33 in common/src/packets/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Missing semicolon
2 changes: 1 addition & 1 deletion server/src/objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export {
Player,
SyncedParticle,
ThrowableProjectile
}
}

0 comments on commit d41ea73

Please sign in to comment.