Code inspections

This commit is contained in:
2019-07-19 13:22:15 +01:00
parent c1cae2b0c4
commit d6f72c8222
7 changed files with 36 additions and 54 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ namespace ASCOM.Meade.net
}
}
}
get { return SharedSerial.Connected; }
get => SharedSerial.Connected;
}
#endregion