Skip to content

Commit

Permalink
up3
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-marafeli-VBL committed May 13, 2024
1 parent 04a03be commit ffc5ac2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions sonar-project.properties

This file was deleted.

2 changes: 1 addition & 1 deletion subrepo2/HelloWorld/Program.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, Worldsssssss!");
Console.WriteLine("Hello, Worldsssssgfdgfss!");
2 changes: 1 addition & 1 deletion subrepo2/HelloWorldApi/WeatherForecast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class WeatherForecast

public int TemperatureC { get; set; }

public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
public int TemperatureF => 32 + (int)(TemperatureC / 0.5566);

public string? Summary { get; set; }
}

0 comments on commit ffc5ac2

Please sign in to comment.