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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user