Update auto-generated Java bindings (all functionally equivalent)
[ldk-java] / src / main / java / org / ldk / structs / TxOut.java
index a8f2f95366af95852a907607c0de26b91ef97f6c..b036b39c1bff98e67603d983b8a15c6f6132754b 100644 (file)
@@ -7,7 +7,7 @@ import java.util.Arrays;
 import java.lang.ref.Reference;
 import javax.annotation.Nullable;
 
-public class TxOut extends CommonBase{
+public class TxOut extends CommonBase {
        /** The script_pubkey in this output */
        public final byte[] script_pubkey;
        /** The value, in satoshis, of this output */
@@ -29,5 +29,4 @@ public class TxOut extends CommonBase{
                super.finalize();
                if (ptr != 0) { bindings.TxOut_free(ptr); }
        }
-
 }
\ No newline at end of file