Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirbad committed Mar 12, 2024
1 parent 0f66705 commit f359aef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public async Task ShouldNotCallGetUserNameAsyncOnceIfUnauthenticated()

await requestLogger.Process(new CreateTodoItemCommand { ListId = 1, Title = "title" }, CancellationToken.None);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public void MulitpleValidationFailureForMultiplePropertiesCreatesAMultipleElemen
"must contain a digit",
});
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ private static object GetInstanceOf(Type type)
{
return Activator.CreateInstance(type)!;
}
}
}
2 changes: 1 addition & 1 deletion tests/Application.UnitTests/ValueObjects/ColourTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ public void ShouldThrowUnsupportedColourExceptionGivenNotSupportedColourCode()
FluentActions.Invoking(() => Colour.From("##FF33CC"))
.Should().Throw<UnsupportedColourException>();
}
}
}

0 comments on commit f359aef

Please sign in to comment.