Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Oct 1, 2024
1 parent 5f29d51 commit 69cb0be
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 277 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::interpreter::comprehensive_test::function_metadata;
#[cfg(test)]
use golem_wasm_ast::analysis::AnalysedExport;
use crate::interpreter::comprehensive_test::function_metadata;

pub(crate) fn component_metadata() -> Vec<AnalysedExport> {
let mut exports = vec![];
Expand Down Expand Up @@ -42,4 +42,4 @@ pub(crate) fn component_metadata() -> Vec<AnalysedExport> {
exports.extend(function_metadata::function_all_inputs());

exports
}
}
Loading

0 comments on commit 69cb0be

Please sign in to comment.