Skip to content

Commit

Permalink
Code cleanup run.
Browse files Browse the repository at this point in the history
  • Loading branch information
khanjal committed Apr 28, 2024
1 parent 2a0c2bd commit 0e7aacf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion GigRaptorLib.Tests/Data/GoogleDataFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using GigRaptorLib.Tests.Data.Helpers;
using GigRaptorLib.Utilities.Google;
using Google.Apis.Auth.OAuth2;
using Google.Apis.Sheets.v4.Data;

namespace GigRaptorLib.Tests.Data;
Expand Down
2 changes: 0 additions & 2 deletions GigRaptorLib.Tests/Utilities/GoogleSheetHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
using GigRaptorLib.Models;
using GigRaptorLib.Tests.Data.Helpers;
using GigRaptorLib.Utilities.Google;
using Google.Apis.Sheets.v4;
using Google.Apis.Sheets.v4.Data;
using Moq;
using static Google.Apis.Sheets.v4.SpreadsheetsResource;

namespace GigRaptorLib.Tests.Utilities;

Expand Down
2 changes: 1 addition & 1 deletion GigRaptorLib/Utilities/Google/GoogleSheetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace GigRaptorLib.Utilities.Google;

public interface IGoogleSheetService
public interface IGoogleSheetService
{
public Task<BatchGetValuesByDataFilterResponse?> GetBatchData(string spreadsheetId);
public Task<ValueRange?> GetSheetData(string spreadsheetId, SheetEnum sheetEnum);
Expand Down

0 comments on commit 0e7aacf

Please sign in to comment.