From 514e1b1151b74b65ad2ebcea808abbd4ae503d7d Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Sat, 18 May 2024 13:24:30 +0100 Subject: [PATCH] style: whitespace --- output/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/output/index.md b/output/index.md index a85e89eb1..09b3232bc 100644 --- a/output/index.md +++ b/output/index.md @@ -41,7 +41,8 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download }, columns: [ { - data: 'created_at', render: function (data, type, row, meta) { + data: 'created_at', + render: function (data, type, row, meta) { if (type !== 'display') { return data; } @@ -50,7 +51,9 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download searchable: false }, { - data: 'shown', defaultContent: '', render: function (data, type, row, meta) { + data: 'shown', + defaultContent: '', + render: function (data, type, row, meta) { if (data === undefined) { return ''; } @@ -66,7 +69,9 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download searchable: false }, { - data: 'tweet_id', width: '550px', render: function (data, type, row, meta) { + data: 'tweet_id', + width: '550px', + render: function (data, type, row, meta) { if (type !== 'display') { return data; }