Skip to content

Commit

Permalink
fix: formatting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Aug 30, 2024
1 parent d47f145 commit 80e34bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proposals/trestle-sdk-cli-decoupling.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Initial discussion occurred in the OSCAL Compass [community meeting](https://www

- `compliance-trestle` continues to contain the `trestle` CLI logic
- `compliance-trestle-python` is created as the Python SDK repository
- `compliance-trestle` and other OSCAL Compass project migration importing the SDK from the new python
- `compliance-trestle` and other OSCAL Compass projects migration to the new SDK for applicable logic

## Non-Goals

Expand All @@ -64,9 +64,9 @@ The solution proposed in this document is to move certain pieces of the codebase

Below is high-level description of what would be moved:

**OSCAL Classes**: The classes that represet the OSCAL data model.
**OSCAL Classes**: The classes that represet the OSCAL data model.
**Core Functionality**: Contains the fundamental APIs for interacting with OSCAL objects.
**Abstractions**: Abstractions for common operations like resolution or core OSCAL validation
**Abstractions**: Abstractions for common operations like resolution or core OSCAL validation.

</details>

Expand Down

0 comments on commit 80e34bf

Please sign in to comment.