Skip to content

Commit fbb3340

Browse files
committed
chore: fix the line length exceeds the 80-character limit in code comment
1 parent 00d30cd commit fbb3340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/surrealdb_wasm.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ class Surreal {
204204
/// The optional [namespace] parameter,
205205
/// and the optional [database] parameter.
206206
///
207-
/// If neither [namespace] nor [database] is provided, it will throw an exception.
207+
/// If neither [namespace] nor [database] is provided,
208+
/// it will throw an exception.
208209
///
209210
/// Example usage:
210211
/// ```dart

0 commit comments

Comments
 (0)