Skip to content

Commit

Permalink
Issue #2251: Intendation and comment correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Apr 20, 2023
1 parent c9e9465 commit 24cb0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kernel/System/DynamicField/Driver/BaseDateTime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sub ValueSet {
FieldID => $Param{DynamicFieldConfig}->{ID},
ObjectID => $Param{ObjectID},
Value => \@ValueDateTime,
UserID => $Param{UserID},
UserID => $Param{UserID},
);

return $Success;
Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/DynamicField/Driver/BaseSelect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ sub ReadableValueRender {
@Values = ( $Param{Value} );
}

# set new line separator
# set item separator
my $ItemSeparator = ', ';

# Output transformations
Expand Down

0 comments on commit 24cb0a6

Please sign in to comment.