From e6ff613ce4fdeac872f919e47198040bb8d1c020 Mon Sep 17 00:00:00 2001 From: Victor Yip Date: Tue, 20 Nov 2018 18:02:42 +0800 Subject: [PATCH] Added an empty line after licence statement so as to not break the `license-check` test --- Chapter04/Documentation/answers/lib/sample_complete.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Chapter04/Documentation/answers/lib/sample_complete.js b/Chapter04/Documentation/answers/lib/sample_complete.js index c9febf2..8e0902d 100644 --- a/Chapter04/Documentation/answers/lib/sample_complete.js +++ b/Chapter04/Documentation/answers/lib/sample_complete.js @@ -11,6 +11,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + var orderStatus = { Created: {code: 1, text: 'Order Created'}, Bought: {code: 2, text: 'Order Purchased'},