Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lint warn. #663

Closed
wants to merge 1 commit into from
Closed

Fix lint warn. #663

wants to merge 1 commit into from

Conversation

hulto
Copy link
Collaborator

@hulto hulto commented Feb 24, 2024

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Copy link

codecov bot commented Feb 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 72.02%. Comparing base (e2cdb47) to head (595cafa).

Files Patch % Lines
implants/lib/eldritch/src/sys/get_ip_impl.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #663   +/-   ##
=======================================
  Coverage   72.02%   72.02%           
=======================================
  Files         175      175           
  Lines       12008    12008           
=======================================
  Hits         8649     8649           
  Misses       3145     3145           
  Partials      214      214           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -52,10 +52,8 @@ fn handle_get_ip() -> Result<Vec<NetInterface>> {
Some(netmask) => {
let cidr = netmask_to_cidr(netmask)?;
ips.push(format!("{}/{}", ip.ip(), cidr));
},
None => {
ips.push(ip.ip().to_string())
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im afraid at the lack of comma... but it compiles :o

@hulto
Copy link
Collaborator Author

hulto commented Feb 25, 2024

Duped by #665

@hulto hulto closed this Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants