From b3fc8482fb7d0b2bd0f0b93969a77aa4a1db982c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Bargull?= <andre.bargull@gmail.com>
Date: Wed, 1 Nov 2017 07:54:07 -0700
Subject: [PATCH] Remove empty line after | to fix monkeyYaml parsing issue

Fixes #1312
---
 .../toString/string-is-code-units-of-decimal-digits-only.js      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js b/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js
index f876732792..15d4cbbab8 100644
--- a/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js
+++ b/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js
@@ -5,7 +5,6 @@
 esid: sec-tostring-applied-to-the-bigint-type
 description: BigInt .toString() returns only decimal digits, does not include BigIntLiteralSuffix
 info: |
-
   ToString Applied to the BigInt Type
 
     The abstract operation ToString converts a BigInt i to String format as follows:
-- 
GitLab