Skip to content

Commit d6b0c65

Browse files
makrsmarkCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 9ff7f5a commit d6b0c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IcaoDecoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class IcaoDecoder {
6363
this.icao = icao;
6464
}
6565

66-
isMilitary() : boolean{
66+
isMilitary(): boolean {
6767
const i = this.icao;
6868
const n = parseInt(i, 16);
6969
// Range checks only

0 commit comments

Comments
 (0)