Skip to content

Commit

Permalink
chore: fix the line length exceeds the 80-character limit in code com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
limcheekin committed Mar 6, 2024
1 parent 00d30cd commit fbb3340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/surrealdb_wasm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ class Surreal {
/// The optional [namespace] parameter,
/// and the optional [database] parameter.
///
/// If neither [namespace] nor [database] is provided, it will throw an exception.
/// If neither [namespace] nor [database] is provided,
/// it will throw an exception.
///
/// Example usage:
/// ```dart
Expand Down

0 comments on commit fbb3340

Please sign in to comment.