mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Formatting.
This commit is contained in:
parent
603da12809
commit
d13a86be41
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
|
||||
#include "Luau/EGraph.h"
|
||||
|
||||
namespace Luau::EqSat {
|
||||
namespace Luau::EqSat
|
||||
{
|
||||
|
||||
template<typename L, typename N>
|
||||
Id EGraph<L, N>::find(Id id) const {
|
||||
Id EGraph<L, N>::find(Id id) const
|
||||
{
|
||||
return unionfind.find(id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue