Skip to content

Commit

Permalink
examples: fix veb example's file_transform port typo (#22511)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-semenyuk authored Oct 13, 2024
1 parent 6064c6f commit bb99f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/veb/file_transform/file_transform.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct App {

fn main() {
mut app := &App{}
veb.run[App, Context](mut app, 8080)
veb.run[App, Context](mut app, port)
}

pub fn (mut app App) index() veb.Result {
Expand Down

0 comments on commit bb99f8b

Please sign in to comment.