Skip to content

Commit ae44968

Browse files
committed
Formatting issue
1 parent 7bcad4b commit ae44968

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/KeeperData.Core/Database/ICollectionManagementService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ public record DeleteAllCollectionsResult
8787
/// Gets the UTC timestamp of the operation.
8888
/// </summary>
8989
public DateTime OperatedAtUtc { get; init; }
90-
}
90+
}

src/KeeperData.Core/Database/Impl/CollectionManagementService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ public async Task<DeleteAllCollectionsResult> DeleteAllCollectionsAsync(Cancella
163163
};
164164
}
165165
}
166-
}
166+
}

src/KeeperData.Core/Reporting/Dtos/DeleteCollectionResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public record DeleteCollectionResponse
2424
/// Gets the UTC timestamp when the collection was deleted.
2525
/// </summary>
2626
public DateTime DeletedAtUtc { get; init; }
27-
}
27+
}

src/KeeperData.Core/Reporting/Dtos/DeleteCollectionsResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public record DeleteCollectionsResponse
2929
/// Gets the UTC timestamp when the collections were deleted.
3030
/// </summary>
3131
public DateTime DeletedAtUtc { get; init; }
32-
}
32+
}

0 commit comments

Comments
 (0)