From 14c815d45202de51c92d9034e06bd5d984b9f70a Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Fri, 1 Feb 2019 18:01:20 +0630 Subject: [PATCH] style: Add trailing newline to json fixture file --- cypress/fixtures/example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json index da18d9352..02e425437 100644 --- a/cypress/fixtures/example.json +++ b/cypress/fixtures/example.json @@ -2,4 +2,4 @@ "name": "Using fixtures to represent data", "email": "hello@cypress.io", "body": "Fixtures are a great way to mock data for responses to routes" -} \ No newline at end of file +}