Skip to content

Commit 9360d5a

Browse files
committed
Fixing lint issues
1 parent 2024cb8 commit 9360d5a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

vrchat_dart/lib/src/model/streaming/vrc_streaming_event.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ class FriendOnlineEvent extends FriendEventWithUser {
169169
@StreamedWorldConverter()
170170
final World? world;
171171

172-
/// <worldId:locationId>
172+
/// `worldId:locationId`
173173
final String? location;
174174

175-
/// <locationId>
175+
/// `locationId`
176176
final String? instance;
177177

178178
/// If the current user can request invite on this friend
@@ -298,10 +298,10 @@ class FriendLocationEvent extends FriendEventWithUser {
298298
@StreamedWorldConverter()
299299
final World? world;
300300

301-
/// <worldId:locationId>
301+
/// `worldId:locationId`
302302
final String? location;
303303

304-
/// <locationId>
304+
/// `locationId`
305305
final String? instance;
306306

307307
/// If the current user can request invite on this friend
@@ -358,10 +358,10 @@ class UserLocationEvent extends UserEvent {
358358
/// The [world] the user joined
359359
final World world;
360360

361-
/// <worldId:locationId>
361+
/// `worldId:locationId`
362362
final String location;
363363

364-
/// <locationId>
364+
/// `locationId`
365365
final String instance;
366366

367367
/// Create a [UserLocationEvent]

vrchat_dart/lib/vrchat_dart.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
library vrchat_dart;
2-
31
// base
42
export 'src/vrchat_dart_base.dart';
53
export 'package:vrchat_dart_generated/vrchat_dart_generated.dart';

0 commit comments

Comments
 (0)