From f332d0589e6f7e753d1cd0249370389577969781 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Sun, 9 Feb 2020 19:09:33 +0100 Subject: [PATCH] graphql: tabs -> spaces --- graphql/schema.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphql/schema.go b/graphql/schema.go index b47bd260da..5dec10db20 100644 --- a/graphql/schema.go +++ b/graphql/schema.go @@ -115,9 +115,9 @@ const schema string = ` # Logs is a list of log entries emitted by this transaction. If the # transaction has not yet been mined, this field will be null. logs: [Log!] - r: BigInt! - s: BigInt! - v: BigInt! + r: BigInt! + s: BigInt! + v: BigInt! } # BlockFilterCriteria encapsulates log filter criteria for a filter applied