From c84aeac456c8e8cb71141df87563d04a67d2be37 Mon Sep 17 00:00:00 2001 From: Christopher Woodland Date: Mon, 5 Mar 2018 15:38:24 -0500 Subject: [PATCH] remove white space --- types/frisby/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/frisby/index.d.ts b/types/frisby/index.d.ts index 0586f99ed2..9057edae6d 100644 --- a/types/frisby/index.d.ts +++ b/types/frisby/index.d.ts @@ -19,7 +19,6 @@ export import Joi = require("joi"); // #region Frisby FrisbySpec Methods // Reference file: https://github.com/vlucas/frisby/blob/master/src/frisby/spec.js - // **************************************CHANGE LOG************************************** // C.E.W. This is an attempt to create some sort of changelog for these types. // If you make any changes, please try and note those changes in this section.