Trailing whitespace and files not ending with \n are now illegal

This commit is contained in:
BB
2022-03-06 05:34:04 +01:00
parent 570b8caf78
commit 2f4d879c16
14 changed files with 18 additions and 18 deletions

View File

@@ -905,9 +905,9 @@ export interface GangMemberInfo {
/** Name of the gang member */
name: string;
/** Currently assigned task */
task: string;
task: string;
earnedRespect: number;
/** Hack skill level */
hack: number;
/** Strength skill level */