Skip to content

Commit c078897

Browse files
edrioukCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 52a3a0f commit c078897

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/solutions/solution-rpc-data.factory.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2026 Arm Limited
2+
* Copyright (C) 2026 Arm Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -49,5 +49,3 @@ export function solutionRpcDataFactory(
4949

5050
return solutionRpcDataMock;
5151
}
52-
53-
export type SolutionRpcDataLike = SolutionRpcData | SolutionRpcDataMock;

0 commit comments

Comments
 (0)