From 056e415cd6617345ad7d46a149ca2505a377ddad Mon Sep 17 00:00:00 2001 From: bzhang0 Date: Tue, 7 Dec 2021 17:28:36 -0800 Subject: [PATCH] prettier --- sdk/agrifood/agrifood-farming-rest/src/farmBeats.ts | 4 ++-- sdk/agrifood/agrifood-farming-rest/src/getPoller.ts | 2 +- sdk/agrifood/agrifood-farming-rest/src/parameters.ts | 2 +- sdk/agrifood/agrifood-farming-rest/src/responses.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/agrifood/agrifood-farming-rest/src/farmBeats.ts b/sdk/agrifood/agrifood-farming-rest/src/farmBeats.ts index 1c0515650e4b..4761a78d0ed8 100644 --- a/sdk/agrifood/agrifood-farming-rest/src/farmBeats.ts +++ b/sdk/agrifood/agrifood-farming-rest/src/farmBeats.ts @@ -206,7 +206,7 @@ import { WeatherGetDataIngestionJobDetails200Response, WeatherGetDataIngestionJobDetailsdefaultResponse, WeatherList200Response, - WeatherListdefaultResponse + WeatherListdefaultResponse, } from "./responses"; import { ApplicationDataCreateOrUpdateParameters, @@ -304,7 +304,7 @@ import { WeatherCreateDataIngestionJobParameters, WeatherGetDataDeleteJobDetailsParameters, WeatherGetDataIngestionJobDetailsParameters, - WeatherListParameters + WeatherListParameters, } from "./parameters"; import { Client, ClientOptions, getClient } from "@azure-rest/core-client"; import { TokenCredential } from "@azure/core-auth"; diff --git a/sdk/agrifood/agrifood-farming-rest/src/getPoller.ts b/sdk/agrifood/agrifood-farming-rest/src/getPoller.ts index 0f2d4ac76e2f..bc7d968dd854 100644 --- a/sdk/agrifood/agrifood-farming-rest/src/getPoller.ts +++ b/sdk/agrifood/agrifood-farming-rest/src/getPoller.ts @@ -5,7 +5,7 @@ import { PollOperationState, PollerLike, PollerOptions, - getLongRunningPoller + getLongRunningPoller, } from "@azure-rest/core-client-lro"; import { FarmBeatsRestClient } from "./farmBeats"; import { HttpResponse } from "@azure-rest/core-client"; diff --git a/sdk/agrifood/agrifood-farming-rest/src/parameters.ts b/sdk/agrifood/agrifood-farming-rest/src/parameters.ts index 8a5c6cb66f1b..65f1985a96e3 100644 --- a/sdk/agrifood/agrifood-farming-rest/src/parameters.ts +++ b/sdk/agrifood/agrifood-farming-rest/src/parameters.ts @@ -21,7 +21,7 @@ import { SeasonalField, TillageData, WeatherDataDeleteJob, - WeatherDataIngestionJob + WeatherDataIngestionJob, } from "./models"; import { RequestParameters } from "@azure-rest/core-client"; diff --git a/sdk/agrifood/agrifood-farming-rest/src/responses.ts b/sdk/agrifood/agrifood-farming-rest/src/responses.ts index c64cde2a2f60..f113fd8d23a7 100644 --- a/sdk/agrifood/agrifood-farming-rest/src/responses.ts +++ b/sdk/agrifood/agrifood-farming-rest/src/responses.ts @@ -40,7 +40,7 @@ import { TillageDataListResponse, WeatherDataDeleteJob, WeatherDataIngestionJob, - WeatherDataListResponse + WeatherDataListResponse, } from "./models"; import { HttpResponse } from "@azure-rest/core-client";