Skip to content

Commit

Permalink
other: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TRtomasz committed Dec 6, 2024
1 parent 0304f3f commit 798742e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/runtime/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,7 @@ fn migrate_storage_schema_to_v16<E: Env>() -> TryEnvFuture<()> {
"serverInForeground".to_owned(),
serde_json::Value::Bool(false),
);
settings.insert(
"sendCrashReports".to_owned(),
serde_json::Value::Bool(true),
);
settings.insert("sendCrashReports".to_owned(), serde_json::Value::Bool(true));
E::set_storage(PROFILE_STORAGE_KEY, Some(&profile))
}
_ => E::set_storage::<()>(PROFILE_STORAGE_KEY, None),
Expand Down

0 comments on commit 798742e

Please sign in to comment.