Skip to content

Commit 2eb2e41

Browse files
committed
Dummy struct for ag-ui-client
1 parent b5d5cc7 commit 2eb2e41

File tree

1 file changed

+1
-14
lines changed
  • rust-sdk/crates/ag-ui-client/src

1 file changed

+1
-14
lines changed
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
pub fn add(left: u64, right: u64) -> u64 {
2-
left + right
3-
}
4-
5-
#[cfg(test)]
6-
mod tests {
7-
use super::*;
8-
9-
#[test]
10-
fn it_works() {
11-
let result = add(2, 2);
12-
assert_eq!(result, 4);
13-
}
14-
}
1+
pub struct AgUiClient();

0 commit comments

Comments
 (0)