From 65674aa60f828d8ba91e0e9534e7c4e076a7dca4 Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Sun, 3 Oct 2021 13:51:52 +0530 Subject: [PATCH] =?UTF-8?q?Run=20linter=20=F0=9F=9A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/Notion.UnitTests/HelperAsserts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Notion.UnitTests/HelperAsserts.cs b/Test/Notion.UnitTests/HelperAsserts.cs index 93a29a21..1b07fbf5 100644 --- a/Test/Notion.UnitTests/HelperAsserts.cs +++ b/Test/Notion.UnitTests/HelperAsserts.cs @@ -1,4 +1,4 @@ -using FluentAssertions; +using FluentAssertions; using Notion.Client; namespace Notion.UnitTests