Skip to content

Commit

Permalink
Use char instead of string
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Habinshuti <[email protected]>
  • Loading branch information
gregwinterstein and habbes committed Apr 3, 2024
1 parent 7a6393d commit 7ebac0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@ public abstract class ODataClientTemplate : TemplateBase
/// <summary>
/// Default prefix character used to prefix non-alpha characters in identifiers
/// </summary>
private const string DefaultPrefixCharacter = "_";
private const char DefaultPrefixCharacter = '_';

/// <summary>
/// Get a valid C#/VB identifier for <paramref name="name"/> based on C#/VB identifier specification<br />
Expand Down

0 comments on commit 7ebac0b

Please sign in to comment.