From ee9699ff38f7c2710986602ef9161fd2e9ed9229 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 10 Dec 2013 15:53:36 -0700 Subject: [PATCH] Indentation fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8052db6..0d48a68 100644 --- a/README.md +++ b/README.md @@ -110,10 +110,10 @@ Here is the structure of an error: { type: "", // Either "Quotes" or "FieldMismatch" code: "", // Standardized error code like "UnexpectedQuotes" - message: "", // Human-readable error details - line: 0, // Line of original input - row: 0, // Row index of parsed data where error is - index: 0 // Character index within original input + message: "", // Human-readable error details + line: 0, // Line of original input + row: 0, // Row index of parsed data where error is + index: 0 // Character index within original input } ```