Skip to content

Commit e1d1181

Browse files
committed
fix sonar issues
1 parent eabc183 commit e1d1181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/AOT/AOT_Logging/src/AOT_Logging/Function.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace AOT_Logging;
99

10-
public class Function
10+
public static class Function
1111
{
1212
/// <summary>
1313
/// The main entry point for the Lambda function. The main function is called once during the Lambda init phase. It

examples/AOT/AOT_Metrics/src/AOT_Metrics/Function.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace AOT_Metrics;
88

9-
public class Function
9+
public static class Function
1010
{
1111
/// <summary>
1212
/// The main entry point for the Lambda function. The main function is called once during the Lambda init phase. It

examples/AOT/AOT_Tracing/src/AOT_Tracing/Function.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace AOT_Tracing;
88

9-
public class Function
9+
public static class Function
1010
{
1111
/// <summary>
1212
/// The main entry point for the Lambda function. The main function is called once during the Lambda init phase. It

0 commit comments

Comments
 (0)