Skip to content

Commit

Permalink
Fixed CLRF Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Aug 13, 2024
1 parent 5db7a50 commit 20aed75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Agri.Models/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ public class AppSettings
public bool FLAG_FERTIGATION_WORKFLOW { get; set; }

}
}
}
2 changes: 1 addition & 1 deletion app/Server/src/SERVERAPI/ViewModels/CalculateViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ public class CalculateViewModel
public List<NutrientIcon> icons { get; set; }
public AppSettings AppSettings { get; set; }
}
}
}
1 change: 0 additions & 1 deletion app/Server/src/SERVERAPI/Views/Nutrients/Calculate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -678,4 +678,3 @@
});
}
</script>
}

0 comments on commit 20aed75

Please sign in to comment.