diff options
Diffstat (limited to 'datastructures/LCT.cpp')
| -rw-r--r-- | datastructures/LCT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructures/LCT.cpp b/datastructures/LCT.cpp index aef45f7..fde052d 100644 --- a/datastructures/LCT.cpp +++ b/datastructures/LCT.cpp @@ -175,4 +175,4 @@ struct LCT { expose(to); to->delta = joinDeltas(to->delta, delta); } -};
\ No newline at end of file +}; |
