Skip to content

Commit 06277d6

Browse files
committed
stylecop again
1 parent 34c45df commit 06277d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Temporalio/Client/TemporalConnectionOptions.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ public TlsOptions? Tls
114114
/// </remarks>
115115
public TemporalRuntime? Runtime { get; set; }
116116

117+
/// <summary>
118+
/// Gets a value indicating whether TLS was explicitly set (even to null).
119+
/// </summary>
120+
internal bool TlsExplicitlySet { get; private set; }
121+
117122
/// <summary>
118123
/// Create a shallow copy of these options.
119124
/// </summary>
@@ -137,11 +142,6 @@ public virtual object Clone()
137142
return copy;
138143
}
139144

140-
/// <summary>
141-
/// Gets a value indicating whether TLS was explicitly set (even to null).
142-
/// </summary>
143-
internal bool TlsExplicitlySet { get; private set; }
144-
145145
/// <summary>
146146
/// Parse the target host as IP and port.
147147
/// </summary>

0 commit comments

Comments
 (0)