Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
basro committed Jul 2, 2024
1 parent 08ce746 commit faeac60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub mod internal {
/// - Optionally add pub keyword before `module_identifier` to make the generated module public.
/// - `module_identifier`: This will be used as the name of the module generated by this macro.
/// - `style_path`: This should be a string literal with the path to a css file inside your rust
/// crate. The path is relative to the file where this macro was called from.
/// crate. The path is relative to the file where this macro was called from.
///
/// ### Example
/// ```rust
Expand Down Expand Up @@ -168,7 +168,7 @@ macro_rules! import_style {
/// - Optionally add pub keyword before `module_identifier` to make the generated module public.
/// - `module_identifier`: This will be used as the name of the module generated by this macro.
/// - `style_path`: This should be a string literal with the path to a css file inside your rust
/// crate. The path must be relative to the cargo manifest directory (The directory that has Cargo.toml).
/// crate. The path must be relative to the cargo manifest directory (The directory that has Cargo.toml).
///
/// ### Example
/// ```rust
Expand Down

0 comments on commit faeac60

Please sign in to comment.