Remove a newline to prevent a merge conflict

Upstream AOSP change doesn't have a newline at the location
this change addresses, causing a merge conflict

Test: Build, presubmit
Bug: 159464174
Merged-In: I957dfe35aacc3e397611d8ab0b9ad19a1130a3dd
Change-Id: I7614d420ad55129b04e0dfa9310e39d715ed2da7
This commit is contained in:
karthik bharadwaj
2020-06-25 11:22:41 -07:00
parent 23edb1efc2
commit e31036100d

View File

@@ -50,7 +50,6 @@ public class GeomagneticField {
// These coefficients and the formulae used below are from:
// NOAA Technical Report: The US/UK World Magnetic Model for 2020-2025
static private final float[][] G_COEFF = new float[][]{
{0.0f},
{-29404.5f, -1450.7f},