Browse Source

Syntax tweak

Tom Pointon 3 years ago
parent
commit
1500690a4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aptos/contracts/sources/data_source.move

+ 1 - 1
aptos/contracts/sources/data_source.move

@@ -1,5 +1,5 @@
 module pyth::data_source {
 module pyth::data_source {
-    use wormhole::external_address::{ExternalAddress};
+    use wormhole::external_address::ExternalAddress;
 
 
     struct DataSource has copy, drop, store {
     struct DataSource has copy, drop, store {
         emitter_chain: u64,
         emitter_chain: u64,