From 17156c1dad57b98e7dae085d40d160c07a54f929 Mon Sep 17 00:00:00 2001 From: Christian Sarnataro Date: Wed, 15 Feb 2023 10:10:14 +0100 Subject: [PATCH] Minor fixes (prettier) --- types/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 80e5179..96a87d5 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -100,8 +100,8 @@ export interface Social { skype?: string; /** - * Telegram username - */ + * Telegram username + */ telegram?: string; /** @@ -328,6 +328,6 @@ export interface GitProfileProps { config: Config; } -declare class GitProfile extends Component { } +declare class GitProfile extends Component {} export default GitProfile;