Skip to content

Commit

Permalink
COD RUB: Format lambda
Browse files Browse the repository at this point in the history
Co-authored-by: Hassan Rezk Habib <hassanhabib@live.com>
  • Loading branch information
Catalin-Andronie and hassanhabib authored May 13, 2023
1 parent 45f4bec commit cdca630
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ private Expression<Func<ExternalAudioTranscriptionRequest, bool>> SameExternalAu
.AreEqual;
}

private static double CreateRandomDouble()
=> new SequenceGeneratorDouble().GetValue();
private static double CreateRandomDouble() =>
new SequenceGeneratorDouble().GetValue();

private static string CreateRandomString()
=> new MnemonicString().GetValue();
Expand Down

0 comments on commit cdca630

Please # to comment.