Add trailing newline

This commit is contained in:
Chris Beams 2014-08-26 16:31:35 +02:00
parent e4be536b63
commit bf6652c340
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
2 changed files with 2 additions and 2 deletions

View File

@ -1131,4 +1131,4 @@ public class WalletFacade {
}
}
}
}

View File

@ -342,4 +342,4 @@ class ViewModel {
final StringProperty transactionId = new SimpleStringProperty();
final BooleanProperty isOfferPlacedScreen = new SimpleBooleanProperty();
final BooleanProperty isPlaceOfferButtonDisabled = new SimpleBooleanProperty(false);
}
}