Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed May 22, 2024
1 parent ec271c0 commit abe2706
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flutter_ffi_plugin/bin/src/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ class RinfConfigMessage {

factory RinfConfigMessage.defaultConfig() {
return RinfConfigMessage(
inputDir: DEFAULT_INPUT_DIR,
rustOutputDir: DEFAULT_RUST_OUTPUT_DIR,
dartOutputDir: DEFAULT_DART_OUTPUT_DIR,
rustSerde: DEFAULT_RUST_SERDE);
inputDir: DEFAULT_INPUT_DIR,
rustOutputDir: DEFAULT_RUST_OUTPUT_DIR,
dartOutputDir: DEFAULT_DART_OUTPUT_DIR,
rustSerde: DEFAULT_RUST_SERDE,
);
}

factory RinfConfigMessage.from(YamlMap yaml) {
Expand Down

0 comments on commit abe2706

Please sign in to comment.