We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec059cc commit 0101ad8Copy full SHA for 0101ad8
bindings/csharp/Device.cs
@@ -208,7 +208,7 @@ public override void write(string str)
208
public readonly string name;
209
210
/// <summary>The label of this device.</summary>
211
- public readonly string label { get; private set; };
+ public readonly string label { get; private set; }
212
213
/// <summary>A <c>list</c> of all the attributes that this device has.</summary>
214
public readonly List<Attr> attrs;
0 commit comments