Tom Pointon 3 жил өмнө
parent
commit
1500690a4b

+ 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,