Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Aug 20, 2020
1 parent 19b5bb9 commit cf18249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utilities/Index.cs
@@ -1,4 +1,4 @@
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information.
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.

using System.Runtime.CompilerServices;

Expand Down Expand Up @@ -100,7 +100,7 @@ public int Value
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public int GetOffset(int length)
{
int offset = _value;
var offset = _value;
if (IsFromEnd)
{
// offset = length - (~value)
Expand Down

0 comments on commit cf18249

Please sign in to comment.