Skip to content

Commit 6790611

Browse files
committed
Fix formatting
1 parent 28edb76 commit 6790611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/ml/_types/Anomaly.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class Anomaly {
3232
function?: string
3333
function_description?: string
3434
/**
35-
* If the detector function is `lat_long`, this object contains comma delimited strings for the latitude and longitude of the actual and typical values.
35+
* If the detector function is `lat_long`, this object contains comma delimited strings for the latitude and longitude of the actual and typical values.
3636
*/
3737
geo_results?: GeoResults
3838
influencers?: Influence[]
@@ -81,4 +81,4 @@ export class GeoResults {
8181
* The typical value for the bucket formatted as a `geo_point`.
8282
*/
8383
typical_point: string
84-
}
84+
}

0 commit comments

Comments
 (0)