Skip to content

Commit

Permalink
Merge pull request #65 from hadashiA/ku/fix-errors
Browse files Browse the repository at this point in the history
Fix compilation errors in R3 ext
  • Loading branch information
hadashiA authored Aug 4, 2024
2 parents 63b1972 + fae7c58 commit 0793d52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ public TestCommand(int value)
}
}
}
#endif
}
}
#endif
4 changes: 2 additions & 2 deletions src/VitalRouter.Unity/Assets/VitalRouter.Tests/WhenAllTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ public async Task WaitAll()
Assert.That(result2, Is.True);
}
}
#endif
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@ void Continue()
}
}
}
#endif
}
}
#endif

0 comments on commit 0793d52

Please sign in to comment.