refactor(core): Improve code readability and structure

- Format code uniformly, applying consistent indentation and spacing
- Restructure enum, function, and match-case formatting for clarity
- Remove redundant `defaults` from CI workflows
This commit is contained in:
geoffsee
2025-08-25 15:24:10 -04:00
parent 3995b14f9e
commit 560980d9d7
6 changed files with 268 additions and 111 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
include:
- name: default (native-tls)
- name: default
features: ""
no-default-features: false
steps: