Skip to content

Commit

Permalink
ktfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Dec 13, 2023
1 parent 17ea3c7 commit 8ba3b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ fun LocationOfInterestEntity.toModelObject(survey: Survey): LocationOfInterest =
geometry = geometry.getGeometry(),
submissionCount = submissionCount,
properties = properties,
job =
survey.getJob(jobId = jobId)
job = survey.getJob(jobId = jobId)
?: throw LocalDataConsistencyException(
"Unknown jobId ${this.jobId} in location of interest ${this.id}"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ internal constructor(
val loiClicks: MutableStateFlow<LocationOfInterest?> = MutableStateFlow(null)

/**
* List of [Job]s which allow LOIs to be added during field collection, populated only when
* zoomed in far enough.
* List of [Job]s which allow LOIs to be added during field collection, populated only when zoomed
* in far enough.
*/
val adHocLoiJobs: Flow<List<Job>>

Expand Down

0 comments on commit 8ba3b77

Please sign in to comment.