From e31bee19092485dd39403e04d3658da5c123091e Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 17 Aug 2018 11:33:35 -0500 Subject: [PATCH] More spacing --- public_html/planeObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/planeObject.js b/public_html/planeObject.js index 0c801ba..437fc0c 100644 --- a/public_html/planeObject.js +++ b/public_html/planeObject.js @@ -28,7 +28,7 @@ function PlaneObject(icao) { this.nav_altitude = null; this.nav_heading = null; this.nav_modes = null; - this.nav_qnh = null; + this.nav_qnh = null; this.rc = null; this.nac_p = null;