Skip to content
Snippets Groups Projects
Commit 7e671c4d authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix formatting.

parent b55ef5c2
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,7 @@ namespace AutoTx
public long CurrentTransferSize {
get { return _currentTransferSize; }
set
{
set {
_currentTransferSize = value;
log("CurrentTransferSize was updated (" + value + "), calling Serialize()...");
Serialize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment