Skip to content

Commit

Permalink
Added dummy comments to test CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 25, 2024
1 parent 0bb355e commit fea43ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions aggregator/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// test

package main

import (
Expand Down
2 changes: 0 additions & 2 deletions batcher/aligned-batcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ struct Cli {
port: Option<u16>,
}

// test

#[tokio::main]
async fn main() -> Result<(), BatcherError> {
let cli = Cli::parse();
Expand Down
2 changes: 2 additions & 0 deletions batcher/aligned-batcher/src/risc_zero/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// test

use log::error;
use risc0_zkvm::{InnerReceipt, Receipt};

Expand Down
2 changes: 2 additions & 0 deletions batcher/aligned/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// test

use std::collections::HashSet;
use std::fs::File;
use std::io;
Expand Down
2 changes: 2 additions & 0 deletions operator/sp1/lib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// test

use lazy_static::lazy_static;
use log::error;
use sp1_sdk::ProverClient;
Expand Down

0 comments on commit fea43ba

Please sign in to comment.