Skip to content

Commit

Permalink
format 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Dec 26, 2024
1 parent 8d99fc7 commit 075247b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sora/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public struct Configuration {

/// 転送フィルターの設定
public var forwardingFilter: ForwardingFilter?

/// リスト形式の転送フィルターの設定
public var forwardingFilters: [ForwardingFilter]?

Expand Down
2 changes: 1 addition & 1 deletion Sora/Signaling.swift
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public struct SignalingConnect {

/// 転送フィルターの設定
public var forwardingFilter: ForwardingFilter?

/// リスト形式の転送フィルターの設定
public var forwardingFilters: [ForwardingFilter]?

Expand Down

0 comments on commit 075247b

Please sign in to comment.