Skip to content

Commit

Permalink
Merge pull request #112 from a-kenji/rm-unused
Browse files Browse the repository at this point in the history
Remove unused `gh_token` useage
  • Loading branch information
a-kenji authored Aug 1, 2024
2 parents 1b68642 + 22349e7 commit b3fbdea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/flake-edit/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ fn main() -> eyre::Result<()> {
if let Command::Update { id, init } = args.subcommand() {
let inputs = editor.list();
let mut buf = String::new();
flake_edit::api::get_gh_token();
for input in inputs.values() {
if !buf.is_empty() {
buf.push('\n');
Expand Down

0 comments on commit b3fbdea

Please sign in to comment.