Skip to content

Commit

Permalink
Update outlets.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCookTU authored Sep 9, 2024
1 parent 241d08e commit 3e3dd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cfb/outlets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use lazy_static::lazy_static;
lazy_static! {
pub static ref OUTLETS: Vec<String> = vec![
"ABC".to_string(),
"ACC NETWORK".to_string(),
"ACC Network".to_string(),
"BIG10".to_string(),
"CBS".to_string(),
"CBSSN".to_string(),
Expand All @@ -15,7 +15,7 @@ lazy_static! {
"PAC12".to_string(),
"FOX".to_string(),
"FS1".to_string(),
"SEC NETWORK".to_string()
"SEC Network".to_string()
];
}

Expand Down

0 comments on commit 3e3dd19

Please sign in to comment.