From 36abf92acb8a0a69e5b84dda08effe0416cd87dd Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 17 Jul 2020 19:39:42 -0300 Subject: [PATCH] fix(all): Code formatting. --- src/GBError.ts | 2 +- src/GBService.ts | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GBError.ts b/src/GBError.ts index 8e367d2..b80cdfc 100644 --- a/src/GBError.ts +++ b/src/GBError.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | | diff --git a/src/GBService.ts b/src/GBService.ts index 7b1df5a..329f66e 100644 --- a/src/GBService.ts +++ b/src/GBService.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | | diff --git a/src/index.ts b/src/index.ts index 9f0beb6..587b869 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | |