Skip to content

Commit

Permalink
Fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Dec 22, 2024
1 parent 2024cb8 commit 9360d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions vrchat_dart/lib/src/model/streaming/vrc_streaming_event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ class FriendOnlineEvent extends FriendEventWithUser {
@StreamedWorldConverter()
final World? world;

/// <worldId:locationId>
/// `worldId:locationId`
final String? location;

/// <locationId>
/// `locationId`
final String? instance;

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

/// <worldId:locationId>
/// `worldId:locationId`
final String? location;

/// <locationId>
/// `locationId`
final String? instance;

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

/// <worldId:locationId>
/// `worldId:locationId`
final String location;

/// <locationId>
/// `locationId`
final String instance;

/// Create a [UserLocationEvent]
Expand Down
2 changes: 0 additions & 2 deletions vrchat_dart/lib/vrchat_dart.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library vrchat_dart;

// base
export 'src/vrchat_dart_base.dart';
export 'package:vrchat_dart_generated/vrchat_dart_generated.dart';
Expand Down

0 comments on commit 9360d5a

Please sign in to comment.