Skip to content

Commit af922a1

Browse files
committed
Fix newline before classes
1 parent a6eade5 commit af922a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Source/embeddings/CouldNotResolveDeletionToEvents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Dolittle. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
34
export class CouldNotResolveDeletionToEvents extends Error {
45
/**
56
* Initializes a new instance of {@link CouldNotResolveDeletionToEvents}

Source/embeddings/CouldNotResolveUpdateToEvents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Dolittle. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
34
export class CouldNotResolveUpdateToEvents extends Error {
45

56
/**

0 commit comments

Comments
 (0)