From c78176ac7ab93bc6cb0ad7fdf17997c562a2d24a Mon Sep 17 00:00:00 2001 From: Riza Saputra Date: Thu, 12 Oct 2017 11:41:41 +0700 Subject: [PATCH] apply fixes from StyleCI --- src/dict/id.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dict/id.php b/src/dict/id.php index 99a8153..12597d4 100644 --- a/src/dict/id.php +++ b/src/dict/id.php @@ -3,7 +3,7 @@ /** * List of common swear words in Indonesian, sorted alphabetically. * Since some common swear words are simply animal names, those animal names are omitted from this list. - * + * * Provided by @rizasaputra */ @@ -60,5 +60,5 @@ return [ 'titit', 'tolol', 'udik', - 'upil' -]; \ No newline at end of file + 'upil', +];