Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
Expand Down Expand Up @@ -845,7 +845,7 @@ public void NewTokenAfterReloadIsNotChanged()
var token2 = config.GetReloadToken();
var hasChanged3 = token2.HasChanged;

//
//
// Assert
Assert.False(hasChanged1);
Assert.True(hasChanged2);
Expand Down
6 changes: 3 additions & 3 deletions src/mono/sample/wasm/browser-bench/Person.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
Expand Down Expand Up @@ -35,4 +35,4 @@ public static Person GenerateOrgChart(int totalDepth, int numDescendantsPerNode,
};
}
}
}
}