style: Fix indentation in run.rs

pull/108/head
Michal Rostecki 11 months ago committed by GitHub
parent 320e191ce0
commit 104639d39c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,8 +24,8 @@ pub struct Options {
/// Build and run the project
pub fn run(opts: Options) -> Result<(), anyhow::Error> {
// Build our ebpf program and the project
build(BuildOptions{
// Build our ebpf program and the project
build(BuildOptions{
bpf_target: opts.bpf_target,
release: opts.release,
}).context("Error while building project")?;

Loading…
Cancel
Save