Browse Source

Syntax tweak

Tom Pointon 3 năm trước cách đây
mục cha
commit
1500690a4b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {
-    use wormhole::external_address::{ExternalAddress};
+    use wormhole::external_address::ExternalAddress;
 
     struct DataSource has copy, drop, store {
         emitter_chain: u64,