From ce421a4dab9e9d94e9bc242036c20320dfa8085b Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Wed, 15 Jun 2016 11:41:57 -0700 Subject: [PATCH] schema: gofmt the generated code. --- schema/adminschema/v1-json.go | 3 ++- schema/workerschema/README.md | 4 ++-- schema/workerschema/v1-json.go | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/schema/adminschema/v1-json.go b/schema/adminschema/v1-json.go index b600e08b..aebdbfae 100644 --- a/schema/adminschema/v1-json.go +++ b/schema/adminschema/v1-json.go @@ -1,4 +1,5 @@ package adminschema + // // This file is automatically generated by schema/generator // @@ -236,4 +237,4 @@ const DiscoveryJSON = `{ } } -` \ No newline at end of file +` diff --git a/schema/workerschema/README.md b/schema/workerschema/README.md index 5421d932..eb7468f4 100644 --- a/schema/workerschema/README.md +++ b/schema/workerschema/README.md @@ -192,8 +192,8 @@ A client with associated public metadata. > |Name|Located in|Description|Required|Type| |:-----|:-----|:-----|:-----|:-----| -| clientid | path | | Yes | string | | userid | path | | Yes | string | +| clientid | path | | Yes | string | > __Responses__ @@ -218,8 +218,8 @@ A client with associated public metadata. > |Name|Located in|Description|Required|Type| |:-----|:-----|:-----|:-----|:-----| -| maxResults | query | | No | integer | | nextPageToken | query | | No | string | +| maxResults | query | | No | integer | > __Responses__ diff --git a/schema/workerschema/v1-json.go b/schema/workerschema/v1-json.go index 8c7b43fc..2b628af5 100644 --- a/schema/workerschema/v1-json.go +++ b/schema/workerschema/v1-json.go @@ -1,4 +1,5 @@ package workerschema + // // This file is automatically generated by schema/generator // @@ -339,4 +340,4 @@ const DiscoveryJSON = `{ } } } -` \ No newline at end of file +`