Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 4, 2024
1 parent a06ea51 commit 23503d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions feature-flags/src/property_matching.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ fn is_truthy_property_value(value: &Value) -> bool {
false
}

/// Copy of https://github.com/PostHog/posthog/blob/master/posthog/queries/test/test_base.py#L35
/// with some modifications to match Rust's behavior
/// and to test the match_property function
#[cfg(test)]
mod test_match_properties {
/// Copy of https://github.com/PostHog/posthog/blob/master/posthog/queries/test/test_base.py#L35
/// with some modifications to match Rust's behavior
/// and to test the match_property function
use super::*;
use serde_json::json;

Expand Down

0 comments on commit 23503d7

Please sign in to comment.