From f2930118ca4471a07f785eb64287806099aa618f Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Mon, 14 Oct 2024 15:32:26 -0400 Subject: [PATCH] Run prettier --- crates/bws/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 70004afb0..ba7818f90 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -17,7 +17,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed - Updated MSRV `1.75.0` (#980) -- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. (#930) +- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. + (#930) ### Removed